From 5e62e26ff6800ddc270e538194774722be8f1840 Mon Sep 17 00:00:00 2001 From: Camm Maguire Date: Wed, 27 May 2026 18:03:02 +0000 Subject: [PATCH] [PATCH] TODO: Put a short summary on the line above and replace this paragraph with a longer explanation of this change. Complete the meta-information with other relevant fields (see below for details). To make it easier, the information below has been extracted from the changelog. Adjust it or drop it. Gbp-Pq: Name Version_2_7_2pre26 --- Makefile.am | 2 +- Makefile.in | 2 +- git.tag | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile.am b/Makefile.am index 2c12d751..23c904ff 100644 --- a/Makefile.am +++ b/Makefile.am @@ -467,7 +467,7 @@ CLEANFILES+=h/cmpinclude.h h/mstdint.h h/cmpincludea.h h/mcompdefs.h h/mstdint.h: echo "#include " | \ $(CPP) $(AM_CPPFLAGS) -P $(CPPFLAGS) - | \ - grep -E '^typedef .*u?int(8|16|32|64|128)_t;' >$@ + grep -E 'typedef .*u?int(8|16|32|64|128)_t;' >$@ h/mcompdefs.h: h/compdefs.h h/new_decl.h $(AWK) 'BEGIN {print "#include \"include.h\"";print "#include \"page.h\"";print "---"} {a=$$1;gsub("\\.\\.\\.","",a);print "\"#define " $$1 "\" " a}' $< |\ diff --git a/Makefile.in b/Makefile.in index 198f1a86..0383b497 100644 --- a/Makefile.in +++ b/Makefile.in @@ -4765,7 +4765,7 @@ ansi_gcl/%.o: clcs/%.lisp | unixport/ansi_gcl h/mstdint.h: echo "#include " | \ $(CPP) $(AM_CPPFLAGS) -P $(CPPFLAGS) - | \ - grep -E '^typedef .*u?int(8|16|32|64|128)_t;' >$@ + grep -E 'typedef .*u?int(8|16|32|64|128)_t;' >$@ h/mcompdefs.h: h/compdefs.h h/new_decl.h $(AWK) 'BEGIN {print "#include \"include.h\"";print "#include \"page.h\"";print "---"} {a=$$1;gsub("\\.\\.\\.","",a);print "\"#define " $$1 "\" " a}' $< |\ diff --git a/git.tag b/git.tag index e4f9aa8f..82688e33 100644 --- a/git.tag +++ b/git.tag @@ -1 +1 @@ -"Version_2_7_2pre25" +"Version_2_7_2pre26" -- 2.30.2